home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / groff-base.postinst < prev    next >
Text File  |  2009-08-18  |  452b  |  22 lines

  1. #! /bin/sh -e
  2.  
  3. case $1 in
  4.     configure)
  5.     if [ -e /etc/tmac.man.local.moved-by-preinst ]; then
  6.         rm -f /etc/tmac.man.local.moved-by-preinst
  7.     fi
  8.     if [ -e /usr/share/groff/site-tmac.moved-by-preinst ]; then
  9.         rm -f /usr/share/groff/site-tmac.moved-by-preinst
  10.     fi
  11.     ;;
  12. esac
  13.  
  14. # Automatically added by dh_installmime
  15. if [ "$1" = "configure" ] && [ -x "`which update-mime 2>/dev/null`" ]; then
  16.     update-mime
  17. fi
  18. # End automatically added section
  19.  
  20.  
  21. exit 0
  22.